Version

XValues Constructor(Sheet,String,Nullable<CellReferenceMode>)

Creates a new XValues
Syntax
public XValues( 
   Sheet sheet,
   string formula,
   Nullable<CellReferenceMode> cellReferenceMode
)

Parameters

sheet
The worksheet that the Series belongs to.
formula
A string representation of the source range(s) for the values
cellReferenceMode
An optional Infragistics.Documents.Excel.CellReferenceMode to use to parse the source ranges. If null it defaults to the workbook's mode.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also